home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1997 December
/
PC Pro December 1997 CD-Rom coverdisc.iso
/
symantec
/
dbAnywh
/
JAVA.BIN
/
CLASSES.ZIP
/
sun
/
tools
/
debug
/
LocalVariable.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1996-12-14
|
366 b
|
9 lines
package sun.tools.debug;
class LocalVariable {
int slot;
String name;
String signature;
boolean methodArgument;
}